home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000035_owner-current-u…s.berkeley.edu_Mon Aug 1 18:52:15 1994.msg < prev    next >
Text File  |  1994-10-16  |  4KB  |  125 lines

  1. From: Source Librarian <src@bsg.bsginc.com>
  2. Subject: Return of "D'oh"
  3. To: current-users@sun-lamp.cs.berkeley.edu
  4. X-Mailer: ELM [version 2.4 PL23]
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=US-ASCII
  7. Content-Transfer-Encoding: 7bit
  8. Content-Length: 3104      
  9. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  10.  
  11. I'm back. Thanks for all the input about my problems with tcsh and telnet from
  12. HPUX (gack). I put in -k in inetd.conf, and all is well. Thanks.
  13.  
  14. Our little test -current machine is running pretty well -- it hasn't crashed
  15. once. However, we are getting some ominous messages in our syslog file
  16. (/var/log/messages). Once in a while, the aha driver tells us:
  17.  
  18. Aug  1 08:45:19 news /netbsd: aha0: DMA beyond end of ISA
  19.  
  20. We first thought it had to do with us having 20mb of RAM in the machine, so
  21. we pulled 4mb out to make it 16mb, but we're still getting the message. We
  22. then tried recompiling the kernel with other options, and it happened again
  23. this morning. Is this a serious problem?
  24.  
  25. BTW, thanks for all the help... -Henry (src@bsginc.com)
  26.  
  27. Now the bio....
  28.  
  29. Our machine: Dell 450/MX, 16mb RAM, Adaptec-1542, NE2000, Quantum 525mb,
  30.              Maxtor P1-17S (1.4gig).
  31.  
  32. NetBSD:      1.0 Beta (7/24 kernel w/ 7/13 userland binaries)
  33.  
  34. our config file:
  35.  
  36. machine        "i386"
  37. cpu        "I486_CPU"
  38. cpu        "I586_CPU"
  39. ident        BSGAHA
  40. timezone    6 dst
  41. maxusers    20
  42. options        SWAPPAGER,VNODEPAGER,DEVPAGER
  43. options        FFS
  44. options        INET,NFSCLIENT,NFSSERVER
  45. options        "COMPAT_43"
  46. options        "TCP_COMPAT_42"
  47. options        XSERVER,UCONSOLE
  48. options        MSDOSFS
  49. options        GATEWAY
  50. options        KERNFS
  51. options        SCSI
  52. options        "COMPAT_NOMID"
  53. options        "COMPAT_09"
  54. options        "MACHINE_NONCONTIG"
  55. options        SYSVMSG,SYSVSEM
  56. options        SYSVSHM
  57. options        FIFO
  58. options        MFS
  59.  
  60. config        netbsd    root on sd0 swap on sd0
  61.  
  62. controller    isa0
  63.  
  64. device        pc0    at isa? port "IO_KBD" irq 1
  65. device        com0    at isa? port "IO_COM1" irq 4
  66. device        com1    at isa? port "IO_COM2" irq 3
  67. device        com2    at isa? port "IO_COM3" irq 5
  68.  
  69. device        lpt0    at isa? port "IO_LPT1" irq 7
  70. device        lpt1    at isa? port "IO_LPT2"
  71. device        lpt2    at isa? port "IO_LPT3"
  72.  
  73. controller    wdc0    at isa? port "IO_WD1" irq 14
  74. disk        wd0    at wdc0 drive ?
  75. disk        wd1    at wdc0 drive ?
  76.  
  77. controller    fdc0    at isa? port "IO_FD1" irq 6 drq 2
  78. disk        fd0    at fdc0 drive ?
  79. disk        fd1    at fdc0 drive ?
  80.  
  81. controller    aha0    at isa? port "IO_AHA0" irq 11 drq 5
  82. master        scsibus0 at aha0
  83. disk        sd0    at scsibus0 slave ?
  84. disk        sd1    at scsibus0 slave ?
  85. disk        sd2    at scsibus0 slave ?
  86. disk        sd3    at scsibus0 slave ?
  87. tape        st0    at scsibus0 slave ?
  88. tape        st1    at scsibus0 slave ?
  89. disk        cd0    at scsibus0 slave ?
  90. disk        cd1    at scsibus0 slave ?
  91.  
  92. controller    ahb0    at isa? irq 11
  93. master        scsibus1 at ahb0
  94. disk        sd0    at scsibus1 slave ?
  95. disk        sd1    at scsibus1 slave ?
  96. disk        sd2    at scsibus1 slave ?
  97. disk        sd3    at scsibus1 slave ?
  98. tape        st0    at scsibus1 slave ?
  99. tape        st1    at scsibus1 slave ?
  100. disk        cd0    at scsibus1 slave ?
  101. disk        cd1    at scsibus1 slave ?
  102.  
  103. controller    aic0    at isa? port 0x340 irq 11 drq 6
  104. master        scsibus3 at aic0
  105. disk        sd0    at scsibus3 slave ?
  106. disk        sd1    at scsibus3 slave ?
  107. disk        sd2    at scsibus3 slave ?
  108. disk        sd3    at scsibus3 slave ?
  109. tape        st0    at scsibus3 slave ?
  110. tape        st1    at scsibus3 slave ?
  111. disk        cd0    at scsibus3 slave ?
  112. disk        cd1    at scsibus3 slave ?
  113.  
  114. device ed0 at isa? port 0x300 irq 9 iomem 0xd0000 vector edintr
  115.  
  116. device        npx0    at isa? port "IO_NPX" irq 13
  117.  
  118. pseudo-device    ether
  119. pseudo-device    log
  120. pseudo-device    loop
  121. pseudo-device    pty    32
  122. pseudo-device    sl    1
  123. pseudo-device    speaker
  124.  
  125.